On Win32 call gtk_status_icon_button_press() in an idle callback and not
authorTor Lillqvist <tml@novell.com>
Wed, 4 Jul 2007 08:20:18 +0000 (08:20 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 4 Jul 2007 08:20:18 +0000 (08:20 +0000)
commit314f5f93fcf1e5e24eca75bb5d927a84b7c8cd04
treeb860dc84ac269868d0b71da385cf5dbb4c4defcc
parent93a1d3d2983719f132e257193ac20fe70c43b144
On Win32 call gtk_status_icon_button_press() in an idle callback and not

2007-07-04  Tor Lillqvist  <tml@novell.com>

* gtk/gtkstatusicon.c: On Win32 call
gtk_status_icon_button_press() in an idle callback and not
directly from the window procedure to avoid "g_main_loop_run():
called recursively from within a source's check() or prepare()
member, iteration not possible" warnings.

svn path=/trunk/; revision=18377
ChangeLog
gtk/gtkstatusicon.c